From: Gerd Moellmann Date: Mon, 14 May 2001 13:18:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40315 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=33fda647357c8eef20243d82ff8b7b2b77a8b223;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82bf32ccdf9..903c9d2dc93 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-05-14 Gerd Moellmann + + * hexl.el (hexl-current-address): Print a message when called + interactively. + 2001-05-11 Stefan Monnier * gud.el (gud-jdb-build-source-files-list): Fix paren typo. diff --git a/src/ChangeLog b/src/ChangeLog index 3f6bf99a6a2..40d9e492fc1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-05-14 Gerd Moellmann + * xterm.c (x_draw_glyphs): Fix compuation of rightmost x for + full-width rows. + * xfaces.c (split_font_name): Make sure to leave the loop with the right value of `i'.